From: Richard M. Stallman Date: Thu, 25 Mar 1993 17:56:41 +0000 (+0000) Subject: (searchbuf): Declare here. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96689 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=c7e466e10bbdcd2cfbc4599b0b2ce6a389677a5c;p=emacs.git (searchbuf): Declare here. --- diff --git a/src/dired.c b/src/dired.c index 9f38f79a711..0b9fa436486 100644 --- a/src/dired.c +++ b/src/dired.c @@ -68,6 +68,9 @@ extern struct direct *readdir (); #include "regex.h" +/* A search buffer, with a fastmap allocated and ready to go. */ +extern struct re_pattern_buffer searchbuf; + #define min(a, b) ((a) < (b) ? (a) : (b)) /* if system does not have symbolic links, it does not have lstat.